MAX
This function returns the largest value in a set of values..
MAX(number1,number2,...)
- number1, number2, ... are 1 to 255 numbers for which you want to find the maximum value.
Example: MAX(TotalFloat) returns the maximum Total Float.
Parent Topic: Examples of Common Functions